projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f810ba
)
add search to help
author
Mitsutaka Mimura
<takkanm@gmail.com>
Tue, 5 May 2015 01:59:05 +0000
(10:59 +0900)
committer
Mitsutaka Mimura
<takkanm@gmail.com>
Tue, 5 May 2015 01:59:05 +0000
(10:59 +0900)
src/bin/cargo.rs
patch
|
blob
|
history
diff --git
a/src/bin/cargo.rs
b/src/bin/cargo.rs
index a0490a96dcc538342a458327774e08ac1ac0dcec..5902d3952d0c8cebbe94aca12104f7b2b4fbf6d2 100644
(file)
--- a/
src/bin/cargo.rs
+++ b/
src/bin/cargo.rs
@@
-48,6
+48,7
@@
Some common cargo commands are:
test Run the tests
bench Run the benchmarks
update Update dependencies listed in Cargo.lock
+ search Search crates from host of a registry
See 'cargo help <command>' for more information on a specific command.
";